[INFO] cloning repository https://github.com/Axleyt/Primerio_Projeto
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Axleyt/Primerio_Projeto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAxleyt%2FPrimerio_Projeto", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAxleyt%2FPrimerio_Projeto'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f860b1f90e80c77158b97a6a8d94421ad4812464
[INFO] fixing Axleyt/Primerio_Projeto against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAxleyt%2FPrimerio_Projeto" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Axleyt/Primerio_Projeto
[INFO] finished tweaking git repo https://github.com/Axleyt/Primerio_Projeto
[INFO] tweaked toml for git repo https://github.com/Axleyt/Primerio_Projeto written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Axleyt/Primerio_Projeto on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Axleyt/Primerio_Projeto already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 27f6e5e4f6183218fa4e8ef3139eb4a541b66a3ba23e88f72df6afe5e00f6a50
[INFO] running `Command { std: "docker" "start" "27f6e5e4f6183218fa4e8ef3139eb4a541b66a3ba23e88f72df6afe5e00f6a50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "27f6e5e4f6183218fa4e8ef3139eb4a541b66a3ba23e88f72df6afe5e00f6a50" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27f6e5e4f6183218fa4e8ef3139eb4a541b66a3ba23e88f72df6afe5e00f6a50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "27f6e5e4f6183218fa4e8ef3139eb4a541b66a3ba23e88f72df6afe5e00f6a50" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking tamo_indo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find value `y` in this scope
[INFO] [stdout]   --> src/main.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut _y: i32 = 25;
[INFO] [stdout]    |             -- `_y` defined here
[INFO] [stdout] ...
[INFO] [stdout] 20 |     println!("{}", y);
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_y` marks it as unused, consider renaming it to `y`
[INFO] [stdout]    |
[INFO] [stdout] 13 -     let mut _y: i32 = 25;
[INFO] [stdout] 13 +     let mut y: i32 = 25;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]   --> src/main.rs:21:32
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut _x = String::from("Axleyt");
[INFO] [stdout]    |             -- `_x` defined here
[INFO] [stdout] ...
[INFO] [stdout] 21 |     println!("nome antigo {}", x);
[INFO] [stdout]    |                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_x` marks it as unused, consider renaming it to `x`
[INFO] [stdout]    |
[INFO] [stdout] 14 -     let mut _x = String::from("Axleyt");
[INFO] [stdout] 14 +     let mut x = String::from("Axleyt");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]   --> src/main.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut _x = String::from("Axleyt");
[INFO] [stdout]    |             -- `_x` defined here
[INFO] [stdout] ...
[INFO] [stdout] 22 |     x = String::from("Ronaldo");
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_x` marks it as unused, consider renaming it to `x`
[INFO] [stdout]    |
[INFO] [stdout] 14 -     let mut _x = String::from("Axleyt");
[INFO] [stdout] 14 +     let mut x = String::from("Axleyt");
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let x = String::from("Ronaldo");
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]   --> src/main.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut _x = String::from("Axleyt");
[INFO] [stdout]    |             -- `_x` defined here
[INFO] [stdout] ...
[INFO] [stdout] 23 |     println!("novo nome: {}", x);
[INFO] [stdout]    |                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_x` marks it as unused, consider renaming it to `x`
[INFO] [stdout]    |
[INFO] [stdout] 14 -     let mut _x = String::from("Axleyt");
[INFO] [stdout] 14 +     let mut x = String::from("Axleyt");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `y` in this scope
[INFO] [stdout]   --> src/main.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut _y: i32 = 25;
[INFO] [stdout]    |             -- `_y` defined here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     y += 3;
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_y` marks it as unused, consider renaming it to `y`
[INFO] [stdout]    |
[INFO] [stdout] 13 -     let mut _y: i32 = 25;
[INFO] [stdout] 13 +     let mut y: i32 = 25;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `y` in this scope
[INFO] [stdout]   --> src/main.rs:25:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut _y: i32 = 25;
[INFO] [stdout]    |             -- `_y` defined here
[INFO] [stdout] ...
[INFO] [stdout] 25 |     println!("{}", y);
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_y` marks it as unused, consider renaming it to `y`
[INFO] [stdout]    |
[INFO] [stdout] 13 -     let mut _y: i32 = 25;
[INFO] [stdout] 13 +     let mut y: i32 = 25;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tamo_indo` (bin "tamo_indo") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find value `y` in this scope
[INFO] [stdout]   --> src/main.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut _y: i32 = 25;
[INFO] [stdout]    |             -- `_y` defined here
[INFO] [stdout] ...
[INFO] [stdout] 20 |     println!("{}", y);
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_y` marks it as unused, consider renaming it to `y`
[INFO] [stdout]    |
[INFO] [stdout] 13 -     let mut _y: i32 = 25;
[INFO] [stdout] 13 +     let mut y: i32 = 25;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]   --> src/main.rs:21:32
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut _x = String::from("Axleyt");
[INFO] [stdout]    |             -- `_x` defined here
[INFO] [stdout] ...
[INFO] [stdout] 21 |     println!("nome antigo {}", x);
[INFO] [stdout]    |                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_x` marks it as unused, consider renaming it to `x`
[INFO] [stdout]    |
[INFO] [stdout] 14 -     let mut _x = String::from("Axleyt");
[INFO] [stdout] 14 +     let mut x = String::from("Axleyt");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]   --> src/main.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut _x = String::from("Axleyt");
[INFO] [stdout]    |             -- `_x` defined here
[INFO] [stdout] ...
[INFO] [stdout] 22 |     x = String::from("Ronaldo");
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_x` marks it as unused, consider renaming it to `x`
[INFO] [stdout]    |
[INFO] [stdout] 14 -     let mut _x = String::from("Axleyt");
[INFO] [stdout] 14 +     let mut x = String::from("Axleyt");
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let x = String::from("Ronaldo");
[INFO] [stdout]    |     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]   --> src/main.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut _x = String::from("Axleyt");
[INFO] [stdout]    |             -- `_x` defined here
[INFO] [stdout] ...
[INFO] [stdout] 23 |     println!("novo nome: {}", x);
[INFO] [stdout]    |                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_x` marks it as unused, consider renaming it to `x`
[INFO] [stdout]    |
[INFO] [stdout] 14 -     let mut _x = String::from("Axleyt");
[INFO] [stdout] 14 +     let mut x = String::from("Axleyt");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `y` in this scope
[INFO] [stdout]   --> src/main.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut _y: i32 = 25;
[INFO] [stdout]    |             -- `_y` defined here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     y += 3;
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_y` marks it as unused, consider renaming it to `y`
[INFO] [stdout]    |
[INFO] [stdout] 13 -     let mut _y: i32 = 25;
[INFO] [stdout] 13 +     let mut y: i32 = 25;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `y` in this scope
[INFO] [stdout]   --> src/main.rs:25:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut _y: i32 = 25;
[INFO] [stdout]    |             -- `_y` defined here
[INFO] [stdout] ...
[INFO] [stdout] 25 |     println!("{}", y);
[INFO] [stdout]    |                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: the leading underscore in `_y` marks it as unused, consider renaming it to `y`
[INFO] [stdout]    |
[INFO] [stdout] 13 -     let mut _y: i32 = 25;
[INFO] [stdout] 13 +     let mut y: i32 = 25;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tamo_indo` (bin "tamo_indo" test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "27f6e5e4f6183218fa4e8ef3139eb4a541b66a3ba23e88f72df6afe5e00f6a50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27f6e5e4f6183218fa4e8ef3139eb4a541b66a3ba23e88f72df6afe5e00f6a50", kill_on_drop: false }`
[INFO] [stdout] 27f6e5e4f6183218fa4e8ef3139eb4a541b66a3ba23e88f72df6afe5e00f6a50
